home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1906 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  933 b 

  1. From: yeti@adam.com.au (jonathan potter)
  2. Subject: Re: SetAfPt() in 3.0?
  3. Newsgroups: comp.sys.amiga.programmer
  4. References: <4e17ft$mk3@toad.stack.urc.tue.nl>
  5. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  6. NNTP-Posting-Host: eve.adam.com.au
  7. Message-ID: <3106bd26.0@eden.adam.com.au>
  8. Date: 24 Jan 96 23:13:42 GMT
  9. Path: eden.adam.com.au!not-for-mail
  10.  
  11. Jaco Schoonen (jaco@stack.urc.tue.nl) wrote:
  12. : Hmmm, this is strange:
  13. : In my 2.04 reference manual a function 'SetAfPt()' of the graphics.library
  14. : is explained to set the areafillpattern.
  15. : In my V40 autodocs those routine is not mentioned :-(
  16.  
  17. It's a macro, not a function. From graphics/gfxmacros.h :
  18.  
  19. #define SetAfPt(w,p,n)    {(w)->AreaPtrn = p;(w)->AreaPtSz = n;}
  20.  
  21. -- 
  22. Jon
  23.  
  24.  
  25. +------------------------------------------------------------------+
  26. |     Jonathan Potter      yeti@adam.com.au     +61-412-845-696    |
  27. +------------------------------------------------------------------+
  28.